home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sterown / grafika / k7548 / win31 / release.doc < prev    next >
Text File  |  1996-09-11  |  4KB  |  127 lines

  1.  
  2. Date: 10/20/95
  3. Version:1.20 B5
  4. Product: Everest
  5. ===========================================================
  6. 1. Problem : The panel is hang when VM does the memory 4K page copy. 
  7.     solved : 1. The bit 6 of SR21 should be set when simulscan is on
  8.                 program modefied: vddoem.asm, vddint.asm, vddstate.asm,
  9.                       vddvmmem.asm
  10.          2. Enlarge the vertical retrace when VDD finish the pre-
  11.             restore the CRTC.
  12.                 program modefied: vddoem.asm
  13.  
  14.  
  15.  
  16. Date: 10/23/95
  17. Version:1.20 B6
  18. Product: Everest
  19. ===========================================================
  20. 1. Problem : The TFT panel is hang when simulscan is on. 
  21.     solved : 1. The bit 6 of SR21 should be disable when single-scan STN 
  22.             color mode is selected.
  23.                 program modefied: vddoem.asm, vddint.asm, vddstate.asm,
  24.                       vddvmmem.asm
  25.  
  26.  
  27.  
  28.  
  29. 2. Problem  :  The setmode 13 will generate screen garbage when the window
  30.            dos screen switch to full dos screen.
  31.     solved :  1. do 16 times copy 4K memory to physical display buffer
  32.              program modefied : vddvmmem.asm
  33.  
  34.  
  35.  
  36. Date: 10/31/95
  37. Version:1.20 B7
  38. Product: Everest
  39. ===========================================================
  40. 1. Problem : The keyboard will be lock when do ALT+ENTER,ALT_ESC or ALT_TAB
  41.     solved : 1. disable the Keyboard before wait vertical retrace.
  42.                  2. wait one frame of vertical before restore the CRTC.
  43.          3. enable the Keyboard after finish the CRTC restore.
  44.          program modefied : vddoem.asm , vddstate.asm
  45.  
  46.  
  47.  
  48.  
  49. Date: 11/07/95
  50. Version:1.20 B8
  51. Product: Everest
  52. ===========================================================
  53. 1. Problem : Setmode 66 cause screen off in full dos windows
  54.     solved : 1. Skip the current VM memeory disable, and set VDD mode flag
  55.                     to notice mode chang is finish
  56.          program modified : vddint.asm vddvmmem.asm
  57.             
  58.  
  59.  
  60.  
  61.  
  62. Date: 11/22/95
  63. Version:1.30 
  64. Product: Everest
  65. ===========================================================
  66. 1. Problem : Setmode 66 cause screen off in full dos windows
  67.     solved : 1. Skip the current VM memeory disable, and set VDD mode flag
  68.                     to notice mode chang is finish
  69.          program modified : vddint.asm vddvmmem.asm
  70.             
  71.  
  72.  
  73.  
  74. 2. Problem  : Window video picture can't work well when come back from full
  75.           DOS screen
  76.     solved : 1. save and restore CRTC 3ch 
  77.          program modified : vddoem.asm vddproc.asm
  78.  
  79.  
  80. Date: 12/13/95
  81. Version:1.31 
  82. Product: Everest
  83. ===========================================================
  84. 1. Problem : setmode 64, 65, 66 cause dos window became blank.
  85.          solved : bypass the setmode if panel not support.
  86.          program modified : vddint.asm 
  87.  
  88. 2. Problem : After open several dos window then close all of them, the setmode
  89.              13 show error msg 'application violated system integrity ..."
  90.          program modified : vddvmmem.asm    
  91.  
  92. 3. Problem : Hit CTRL+ALT+DEL on TV mode and you screen out of Sync.
  93.       solved : In TV mode, the SR1 clocking mode register has to select 8 dot 
  94.                clock ( bit 0 = 1 )
  95.       program modified : vddsvc.asm
  96.  
  97.  
  98.  
  99.  
  100.  
  101. Date: 12/18/95
  102. Version:1.32 
  103. Product: Everest
  104. ===========================================================
  105. 1. Problem : setmode 64, 65 , 66 can't work with new driver B16.
  106.              solve : vdd can't program the SR07 and SR2D before 
  107.                 restore screen to plane ( only for 256, 64k color )
  108.             program modified : vddvmmem.asm
  109.  
  110. 2. Problem : wall paper happen when press ALT+TAB in full dos screen ( only
  111.          happen on 16M color )
  112.          solve : use old wait vertical retrace different from 256,64k
  113.              color
  114.          program modified : vddoem.asm , vddstate.asm
  115.  
  116.  
  117.  
  118.  
  119. Date: 12/19/95
  120. Version:1.33 
  121. Product: Everest
  122. ===========================================================
  123. 1. Problem : Take out detect setmode 64, 65 , 66, otherwise cause a lot problems 
  124.              solve : take out module "CheckifModeSupportOrNot" 
  125.             program modified : vddint.asm
  126.  
  127.